home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FMT_COPY / MULTCOP.ZIP / MULTCOPY.DOC < prev   
Encoding:
Text File  |  1987-02-01  |  7.4 KB  |  199 lines

  1.  
  2.                         M U L T I - C O P Y.
  3.  
  4.                            by JITZ-SOFT
  5.  
  6.                           Copyright, 1986.
  7.  
  8.  
  9. FUNCTION:
  10.  
  11. MULTI-COPY is used to facilitate the production of several copies of the
  12. same source diskette.  It reads the entire content of the source into
  13. memory and then formats the target diskette and writes the stored data
  14. on to it.
  15.  
  16. In other words, it does much the same job as DISKCOPY except that it
  17. only has to read the source ONCE, irrespective of how many copies are
  18. required.   This save both time and wear-and-tear on the drives of the
  19. computer.
  20.  
  21. The write process may be repeated as often as required and the program
  22. keeps , and displays, a tally of the number of copies made from each
  23. master.
  24.  
  25. Users have the option to verify the copy.  This extends the time of the
  26. operation a little and is not normally needed unless the disks or drives
  27. are suspect or the accuracy of the copy is very important.
  28.  
  29. When sufficient copies have been made, the user has the option of reading
  30. another source diskette and repeating the write process.
  31.  
  32. MULTI-COPY assumes that the source is a standard DOS format.  It checks
  33. the format of the source disk (and displays this data) and formats
  34. the target disk accordingly.  Because of this assumption, MULTI-COPY is
  35. unlikely to be of any assistance in copying "copy-protected" software.
  36.  
  37.  
  38.  
  39. USAGE:
  40.  
  41. Firstly, ensure that your source diskette is write-protected.   This
  42. is just good practice and protection from finger trouble.
  43.  
  44. To use MULTI-COPY it is only necessary to enter at the DOS prompt:
  45.  
  46.                 MULTCOPY  [/V][/source drive]  <Return>.
  47.  
  48. The /V Switch in the command line is optional.  If present, MULTI-COPY
  49. performs a verification after the disk has been written.  If any errors
  50. are detected they are reported in a table on the right of the screen by
  51. three numbers separated by colons, e.g. 2: 0: 7.  The numbers are:-
  52.                Track No. : Side No. : Sector No.
  53.  
  54. Notice  that the status of the Verification selection is shown in the
  55. top right hand corner of the screen.   To change the selection it is
  56. necessary to exit and re-invoke MULTI-COPY.
  57.  
  58. The source drive may be optionally entered as a parameter in the command
  59. line; either /A or /B.  If this is entered, MULTI-COPY adopts this for
  60. all copying and it is necessary to exit to change the selection of the
  61. source drive.  If no drive parameter is entered, then user is requested
  62. to supply this information by the program.
  63.  
  64. Parameters may be in either upper or lower case and in any order.  They
  65. may be separated by spaces but this is not essential.    MULTI-COPY is
  66. very understanding.
  67.  
  68. Respond to the simple instructions as they appear on the screen.  That
  69. is all!   The User is kept informed of what is going on at all times.
  70.  
  71. At any time, the running  of MULTI-COPY may be aborted by pressing the
  72. Control and C keys at the same time.   This will not harm the source
  73. diskette but if the process is aborted during the formatting or writing
  74. process, the target disk may contain garbage and should be re-formatted
  75. and re-written.
  76.  
  77.  
  78.  
  79. SYSTEM REQUIREMENTS:
  80.  
  81. MULTI-COPY requires the following environment to operate:
  82.  
  83.       IBM  PC/XT or close equivalent.
  84.  
  85.       PC-DOS or MS-DOS 2.1 or higher.
  86.  
  87.       2 Floppy Drives.
  88.  
  89.       HEAPS of RAM.  Unlikely to run with less than 512k installed
  90.         but this depends on what else you have loaded.  MULTI-COPY
  91.         checks available RAM when it is run and will abort if
  92.         insufficient is available.
  93.  
  94.  
  95.  
  96. WARNING!!!!
  97.  
  98. MULTI-COPY takes some liberties with the Operating System of the
  99. computer in that it by-passes DOS and calls the BIOS directly.  It
  100. also allocates memory without reference to DOS.   For these reasons,
  101. it may give problems on some "compatibles".
  102.  
  103. It is strongly recommended that you check the validity of a couple
  104. of your initial copies using the DISKCOMP utility furnished with DOS
  105. to ensure that MULTI-COPY runs on your system.
  106.  
  107.  
  108. ERROR MESSAGES:
  109.  
  110.    1.  'Invalid request to Controller'
  111.          See Note below.
  112.    2.  'Sector ID invalid or not found'
  113.          See Note below.
  114.    3.  'Invalid drive in DOS Func. 36H call.'
  115.          See Note below.
  116.    4.  'Requested Sector not on Diskette'
  117.          See Note below.
  118.    5.  'Direct Memory Access failure'
  119.          See Note below.
  120.    6.  'Cannot DMA across 64K boundary'
  121.          See Note below.
  122.    7.  'Parity invalid in Read attempt'
  123.          See Note below.
  124.    8.  'Diskette controller failure'
  125.          See Note below.
  126.    9.  'Head move failed'
  127.          See Note below.
  128.   10.  'Probably open door or no disk'
  129.          Check it out and try again.
  130.   11.  'Insufficient RAM available'
  131.          Maybe you have too many co-resident programs
  132.          loaded.   If not, fit more RAM into your system.
  133.   12.  'Source format is not DOS recogniseable'
  134.          The source disk has a non-standard DOS format.
  135.          MULTI-COPY recognises DS and SS disks, either 8 or 9
  136.          sectors per track.
  137.   13.  'Target Disk Write Protected?'
  138.          Remove Write protect tab from Target Diskette.
  139.   14.  'Too many paraameters in command line.'
  140.           Read the instructions and try again.
  141.  
  142.        NOTE.  Hopefully you will never get any of the messages
  143.               numbered 1 through 9.   If you do, it probably
  144.               represents incompatibility or hardware failure.
  145.               It remains possible, of course, that it is a
  146.               software problem despite our best endeavours.
  147.  
  148.  
  149.  
  150. A SUGGESTION:
  151.  
  152. If you use MULTI-COPY and like it, send us any reasonable contribution
  153. that you can afford.    If you cannot, well, just send us a note of
  154. appreciation.     If you don't like it, pass it on to some unsuspecting
  155. person whom you don't like very much.   Actually, we would like you to
  156. pass a copy along even if you do like it.
  157.  
  158. PLEASE dont sell it to anyone since that would be a breach of our
  159. Copyright and, what is worse, would not be a nice thing to do.
  160.  
  161. Any bug report, suggestions or constructive criticisms  will be much
  162. appreciated.
  163.  
  164.            David L. Jitts
  165.            JITZ-SOFT
  166.            24 Regent Street, East Brighton.
  167.            AUSTRALIA.   3187.                       18th. June, 1986.
  168.  
  169.  
  170.  
  171.  
  172.          ----------------end-of-author's-documentation---------------
  173.  
  174.                         Software Library Information:
  175.  
  176.                    This disk copy provided as a service of
  177.  
  178.                         The Public (Software) Library
  179.  
  180.                   Disks in the library are updated monthly.
  181.          For a copy of the latest monthly software library newsletter
  182.           and a list of the 800+ disks in the library, call or write
  183.  
  184.                         The Public (Software) Library
  185.                             P.O.Box 35705, Rm. F
  186.                            Houston, TX 77235-5705
  187.                                (713) 721-6104
  188.  
  189.          We are not the authors of this program, nor are we associated
  190.          with the author in any way other than as a distributor of the
  191.          program in accordance with the author's terms of distribution.
  192.  
  193.          Please direct shareware payments and specific questions about
  194.          this program to the author of the program, whose name appears
  195.          elsewhere in  this documentation. If you have trouble getting
  196.          in touch with the author,  we will do whatever we can to help
  197.          you with your questions.
  198.  
  199.